@charset "utf-8";



/*
#scrollBox .swiper-wrapper {
	width:1300px;
	overflow:hidden;
}
*/


#scrollBox {
	width: 1300px;
}




#scrollBox .swiper-slide {text-align: center;font-size: 18px;/* background: #fff; */
/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;font-size: 18px;}


#scrollBox .swiper-slide img {width: 250px;height: 348px;vertical-align: middle;}




.outerBox .swiper-button-next,
.outerBox .swiper-button-prev {
    position: absolute;
    top: 168px;
    width: 30px;
    height: 51px;
    text-indent:-100px;
    overflow:hidden;
}


.outerBox .swiper-button-next:focus,
.outerBox .swiper-button-prev:focus {
	outline: none;
}


.outerBox .swiper-button-next {
	background: url(/template/images/about_12.png) no-repeat center right;
	background-size: 70%;
	right: -50px;
}

.outerBox .swiper-button-prev {
	background: url(/template/images/about_11.png) no-repeat center left;
	background-size: 70%;
	left: -50px;
}

.outerBox .swiper-button-next:hover {
	background: url(/template/images/about_12H.png) no-repeat center right;
	background-size: 70%;
}

.outerBox .swiper-button-prev:hover {
	background: url(/template/images/about_11H.png) no-repeat center left;
	background-size: 70%;
}



/*
#scrollBox .swiper-button-next,
#scrollBox .swiper-button-prev {
    position: absolute;
    top: 108px;
    width: 30px;
    height: 51px;
	text-indent:-100px;
	overflow:hidden;
}


#scrollBox .swiper-button-next {
	background: url(/template/images/about_17.png) no-repeat;
	background-size: 100%;
	right: 0;
}

#scrollBox .swiper-button-prev {
	background: url(/template/images/about_12.png) no-repeat;
	background-size: 100%;
	left: 0;
}

#scrollBox .swiper-button-next:hover {
	background: url(/template/images/about_17H.png) no-repeat;
	background-size: 100%;
	right: 0;
}

#scrollBox .swiper-button-prev:hover {
	background: url(/template/images/about_12H.png) no-repeat;
	background-size: 100%;
	left: 0;
}
*/



#scrollBox .swiper-pagination {
	display: none;
}

#scrollBox .swiper-slide .txt {
    display: block;
    color: #fff;
    padding-top: 12px;
    line-height: 180%;
}